﻿html {
    position: relative;
    font-family: 'Monotype Corsiva', serif;
    font-size: 20px; 
    width: 100%;
    height: 100%;
    /*image AND transparant layer om plaatje te vervagen*/
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('images/lichaam.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

body {
    width: 95%;
    /*min-height: 95%;*/
    height:95vh;
    display: flex;
    flex-direction: column;
}

/*menu*/
nav {
    width: 75%;
    margin: 0 auto;
 }

.menu {
    padding:0;
    margin:0;
    list-style-type:none;
    height:70px;
}

.menu li {
    float: left;
}

.menu li:hover {
    position: relative;
    background-color: rgba(101, 151, 220, 1);
}

.menu li a {
    padding: 15px 43px;
    display: block;
    color: black;
    text-decoration: none;  
}

/*headerafbeelding, logo met tekst*/
header {
    width: 85%;
    margin: 0 auto;
}

.banner {
    height: 95px;
    width: 100%;
    margin-bottom: 45px;
    background: rgba(41,99,181, 0.3); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(41,99,181,0),rgba(41,99,181,0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(41,99,181,0),rgba(41,99,181,0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(41,99,181,0),rgba(41,99,181,0.5)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(41,99,181,0), rgba(41,99,181,0.5)); /*Standard*/
}

div.logoholder {
    box-sizing: border-box;
    width: 81px;
    float: left;
    height: 95px;
}

img {
    height: 95px;
}


div.textholder {
    box-sizing: border-box;
    height: 95px;
    width: 92%;
    padding:0;
    margin:0;
    margin-top: 12px;
    float: left;
    color: red; 
}

p.logoText, p.logoSubText {
    color: red;
    padding: 0;
    margin: 0;
    font-size: 36px;
 }

p.logoText {
    font-size: 36px;
}

p.logoSubText {
    font-size: 24px;
}

main {
    width: 85%;
    margin: 0 auto;
    flex: 1 0 auto;
}

h1 {
    width: 65%;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
}

homeText {
    text-align: center;
}

iframe {
    width: 500px;
    height: 375px;
    margin: 3px;
}

div.teruglink {
    display: flex;
    flex-wrap: wrap;
}

div.teruglink p {
    float: right;
    margin: 0;
    padding: 0 0 0 5px;
}

img.pijltje {
    height: 17px;
    margin-top: 1px;
}

footer {
    clear: both;
    height: 75px;
    width: 85%;
    margin: 12px auto;
    flex-shrink: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%), url('images/FOR_logo_transparant.png');
    background-repeat: no-repeat;
}

footer > p {
    text-align: left;
    font-style: italic;
    font-size: 14px;
    padding-left: 65px;
    padding-top: 11px;  
}